Merge pull request #1413 from albertsun/patch-1

Fix typo in link the the docker-compose postgresql example

Dominik Sander 9 年之前
父节点
当前提交
68d9a6a32b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/README.md

+ 1 - 1
docker/README.md

@@ -9,4 +9,4 @@ This image runs all processes needed by Huginn in one container, when the databa
9 9
 
10 10
 #### [cantino/huginn-single-process](single-process/README.md) multiple container image
11 11
 
12
-This image runs just one process per container and thus needs at least two container to be started, one for the Huginn application server and one for the threaded background worker. It is also possible to every background worker in a separate container to improve the performance. See [the PostgreSQL docker-compose configuration](single-process/postgres.yml) for an example.
12
+This image runs just one process per container and thus needs at least two container to be started, one for the Huginn application server and one for the threaded background worker. It is also possible to every background worker in a separate container to improve the performance. See [the PostgreSQL docker-compose configuration](single-process/postgresql.yml) for an example.